home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / core_properties.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  1.0 KB  |  28 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class core_properties extends ResourceBundle
  6.    {
  7.       public function core_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["multipleChildSets_ClassAndInstance"] = "Multiple sets of visual children have been specified for this component (component definition and component instance).";
  17.          _loc1_["multipleChildSets_ClassAndSubclass"] = "Multiple sets of visual children have been specified for this component (base component definition and derived component definition).";
  18.          _loc1_["notExecuting"] = "Repeater is not executing.";
  19.          _loc1_["truncationIndicator"] = "...";
  20.          _loc1_["stateUndefined"] = "Undefined state \'{0}\'.";
  21.          _loc1_["scrollDirection"] = "Unknown scroll direction \'{0}\'.";
  22.          _loc1_["viewSource"] = "View Source";
  23.          return _loc1_;
  24.       }
  25.    }
  26. }
  27.  
  28.